Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orca-slicer: fix gcc14 #369729

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

orca-slicer: fix gcc14 #369729

wants to merge 1 commit into from

Conversation

liberodark
Copy link
Contributor

@liberodark liberodark commented Dec 31, 2024

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 labels Dec 31, 2024
@github-actions github-actions bot added 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux and removed 10.rebuild-linux: 1-10 labels Jan 1, 2025
@liberodark liberodark marked this pull request as draft January 1, 2025 08:53
@liberodark liberodark force-pushed the orca-fix branch 2 times, most recently from 7bc8b17 to 8b7ae03 Compare January 1, 2025 09:51
@github-actions github-actions bot added 10.rebuild-linux: 1-10 and removed 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux labels Jan 1, 2025
@liberodark
Copy link
Contributor Author

liberodark commented Jan 1, 2025

Ok have fixe somes issues from GCC14 is done but have mesa issue :

Full
https://paste.yunohost.org/oquvowijuf.rust

/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /nix/store/jv1qyylqn50pzzfwjpc8sb7lxfqpxfpq-mesa-24.3.2-osmesa/lib/libOSMesa.so: undefined reference to `_glapi_set_dispatch'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /nix/store/jv1qyylqn50pzzfwjpc8sb7lxfqpxfpq-mesa-24.3.2-osmesa/lib/libOSMesa.so: undefined reference to `_glapi_get_dispatch_table_size'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /nix/store/jv1qyylqn50pzzfwjpc8sb7lxfqpxfpq-mesa-24.3.2-osmesa/lib/libOSMesa.so: undefined reference to `_glapi_set_context'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /nix/store/jv1qyylqn50pzzfwjpc8sb7lxfqpxfpq-mesa-24.3.2-osmesa/lib/libOSMesa.so: undefined reference to `_glapi_get_context'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /nix/store/jv1qyylqn50pzzfwjpc8sb7lxfqpxfpq-mesa-24.3.2-osmesa/lib/libOSMesa.so: undefined reference to `_glapi_get_dispatch'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /nix/store/jv1qyylqn50pzzfwjpc8sb7lxfqpxfpq-mesa-24.3.2-osmesa/lib/libOSMesa.so: undefined reference to `_glapi_get_proc_address'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /nix/store/jv1qyylqn50pzzfwjpc8sb7lxfqpxfpq-mesa-24.3.2-osmesa/lib/libOSMesa.so: undefined reference to `_glapi_tls_Dispatch'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /nix/store/jv1qyylqn50pzzfwjpc8sb7lxfqpxfpq-mesa-24.3.2-osmesa/lib/libOSMesa.so: undefined reference to `_glapi_tls_Context'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /nix/store/jv1qyylqn50pzzfwjpc8sb7lxfqpxfpq-mesa-24.3.2-osmesa/lib/libOSMesa.so: undefined reference to `_glapi_add_dispatch'
collect2: error: ld returned 1 exit status

@Atemu
Copy link
Member

Atemu commented Jan 1, 2025

Are your drivers from the same Nixpkgs revision as the package?

@FliegendeWurst
Copy link
Member

You probably want to include SoftFever/OrcaSlicer#7884 instead of using Boost 1.80.

@liberodark liberodark force-pushed the orca-fix branch 3 times, most recently from 6c90d27 to 2faf5f7 Compare January 2, 2025 03:47
@FliegendeWurst
Copy link
Member

To make the package version compliant and ready for strictDeps (#178468):

diff --git a/pkgs/by-name/or/orca-slicer/package.nix b/pkgs/by-name/or/orca-slicer/package.nix
index 1dcfc55254cd..d013f52b10df 100644
--- a/pkgs/by-name/or/orca-slicer/package.nix
+++ b/pkgs/by-name/or/orca-slicer/package.nix
@@ -56,12 +56,12 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "orca-slicer";
-  version = "2f55dd7cfe3e3d2c41fdd73dddc31f1c5dcbdf83";
+  version = "2.2.0-unstable-2025-01-01";
 
   src = fetchFromGitHub {
     owner = "SoftFever";
     repo = "OrcaSlicer";
-    rev = version;
+    rev = "2f55dd7cfe3e3d2c41fdd73dddc31f1c5dcbdf83";
     hash = "sha256-2JHGNVKLJ5aJlcS0KCdegrTmj80utT5sfKO6XlG9blg=";
   };
 
@@ -69,6 +69,7 @@ stdenv.mkDerivation rec {
     cmake
     pkg-config
     wrapGAppsHook3
+    wxGTK'
   ];
 
   buildInputs =

@liberodark
Copy link
Contributor Author

Now is running but the last issue is :


MESA-LOADER: failed to open dri: /run/opengl-driver/lib/gbm/dri_gbm.so: cannot open shared object file: No such file or directorMESA-LOADER: failed to open dri: /run/opengl-driver/lib/gbm/dri_gbm.so: cannot open shared object file: No such file or directory (search paths /run/opengl-driver/lib/gbm, suffix _gbm)
y (search paths /run/opengl-driver/lib/gbm, suffix _gbm)
Failed to create GBM device for DRM node: /dev/dri/renderD128: No such file or directory
Failed to create GBM device for DRM node: /dev/dri/renderD128: No such file or directory
MESA-LOADER: failed to open dri: /run/opengl-driver/lib/gbm/dri_gbm.so: cannot open shared object file: No such file or directory (search paths /run/opengl-driver/lib/gbm, suffix _gbm)
Failed to create GBM device for DRM node: /dev/dri/renderD128: No such file or directory
MESA-LOADER: failed to open dri: /run/opengl-driver/lib/gbm/dri_gbm.so: cannot open shared object file: No such file or directory (search paths /run/opengl-driver/lib/gbm, suffix _gbm)
Failed to create GBM device for DRM node: /dev/dri/renderD128: No such file or directory

@Atemu
Copy link
Member

Atemu commented Jan 2, 2025

Are your drivers from the same Nixpkgs revision as the package?

@liberodark
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 369729


x86_64-linux

✅ 2 packages built:
  • orca-slicer
  • orca-slicer.debug

aarch64-linux

✅ 2 packages built:
  • orca-slicer
  • orca-slicer.debug

x86_64-darwin


aarch64-darwin

@liberodark
Copy link
Contributor Author

liberodark commented Jan 2, 2025

Are your drivers from the same Nixpkgs revision as the package?

Hi, @Atemu
Im in 24.11 Stable and im build in master of nixpkgs.
So im using : mesa-24.2.6
And im building with : mesa-24.3.2

Best Regards

ldd ./result/bin/orca-slicer
	linux-vdso.so.1 (0x00007fe146521000)
	libudev.so.1 => /nix/store/lji0hh2w2rv6q9mal3vpxbg413d57vfd-systemd-256.8/lib/libudev.so.1 (0x00007fe1464c1000)
	libboost_log.so.1.86.0 => /nix/store/j7614sg25vadwbids1fahg0rjhg2s4k8-boost-1.86.0/lib/libboost_log.so.1.86.0 (0x00007fe1463de000)
	libboost_log_setup.so.1.86.0 => /nix/store/j7614sg25vadwbids1fahg0rjhg2s4k8-boost-1.86.0/lib/libboost_log_setup.so.1.86.0 (0x00007fe1462e5000)
	libc.so.6 => /nix/store/65h17wjrrlsj2rj540igylrx7fqcd6vq-glibc-2.40-36/lib/libc.so.6 (0x00007fe146000000)
	libcap.so.2 => /nix/store/6qbrzgjjhgwprggaflf33p5c9bxcz1k0-libcap-2.70-lib/lib/libcap.so.2 (0x00007fe1462d6000)
	/nix/store/65h17wjrrlsj2rj540igylrx7fqcd6vq-glibc-2.40-36/lib/ld-linux-x86-64.so.2 => /nix/store/wn7v2vhyyyi6clcyn0s9ixvl7d4d87ic-glibc-2.40-36/lib64/ld-linux-x86-64.so.2 (0x00007fe146523000)
	libboost_filesystem.so.1.86.0 => /nix/store/j7614sg25vadwbids1fahg0rjhg2s4k8-boost-1.86.0/lib/libboost_filesystem.so.1.86.0 (0x00007fe1462aa000)
	libboost_thread.so.1.86.0 => /nix/store/j7614sg25vadwbids1fahg0rjhg2s4k8-boost-1.86.0/lib/libboost_thread.so.1.86.0 (0x00007fe146289000)
	libboost_atomic.so.1.86.0 => /nix/store/j7614sg25vadwbids1fahg0rjhg2s4k8-boost-1.86.0/lib/libboost_atomic.so.1.86.0 (0x00007fe14627f000)
	libboost_chrono.so.1.86.0 => /nix/store/j7614sg25vadwbids1fahg0rjhg2s4k8-boost-1.86.0/lib/libboost_chrono.so.1.86.0 (0x00007fe146274000)
	librt.so.1 => /nix/store/65h17wjrrlsj2rj540igylrx7fqcd6vq-glibc-2.40-36/lib/librt.so.1 (0x00007fe14626d000)
	libstdc++.so.6 => /nix/store/bpq1s72cw9qb2fs8mnmlw6hn2c7iy0ss-gcc-14-20241116-lib/lib/libstdc++.so.6 (0x00007fe145c00000)
	libm.so.6 => /nix/store/65h17wjrrlsj2rj540igylrx7fqcd6vq-glibc-2.40-36/lib/libm.so.6 (0x00007fe145f17000)
	libgcc_s.so.1 => /nix/store/bpq1s72cw9qb2fs8mnmlw6hn2c7iy0ss-gcc-14-20241116-lib/lib/libgcc_s.so.1 (0x00007fe14623f000)
	libpthread.so.0 => /nix/store/65h17wjrrlsj2rj540igylrx7fqcd6vq-glibc-2.40-36/lib/libpthread.so.0 (0x00007fe14623a000)

@Atemu
Copy link
Member

Atemu commented Jan 2, 2025

Well yes, that isn't going to work. Mesa version needs to match. You could hack around this by building mesa.drivers from this same revision and LD_PRELOADing the relevant driver's .so.

pkgs/by-name/or/orca-slicer/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/or/orca-slicer/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/or/orca-slicer/package.nix Show resolved Hide resolved
pkgs/by-name/or/orca-slicer/package.nix Outdated Show resolved Hide resolved
@Atemu
Copy link
Member

Atemu commented Jan 3, 2025

@GaetanLepage those are nitpicks/personal preference. Please mark them as such and don't block on them.

@liberodark liberodark force-pushed the orca-fix branch 2 times, most recently from c5e28d7 to 3256373 Compare January 3, 2025 18:04
@GaetanLepage
Copy link
Contributor

@GaetanLepage those are nitpicks/personal preference. Please mark them as such and don't block on them.

Well, I would argue that some of them are leaning towards consensual style. For instance, using tag is something that is currently being enforced treewide (#368177).

Nevertheless, I also acknowledge that I tend to nit-picking too much. Thank you for your feedback.

@Atemu
Copy link
Member

Atemu commented Jan 3, 2025

some of them are leaning towards consensual style

There is no such consensual style. That'd require an RFC as that'd be a broader community decision.

We have that for formatting now but not for which patterns to use in derivations.

Unless there is a very good technical reason (tag or finalAttrs do not reach this bar), you're free to choose any solution.

Of course you as a reviewer can make the author aware of the existence of such patterns but you shouldn't insist on them until explicit community consensus exists.

For instance, using tag is something that is currently being enforced treewide (#368177).

It's being migrated because it's seen as an obvious improvement over the refs/tags/ boilerplate case but no migration from rev is planned and nothing is being enforced. If someone really wanted to remain on refs/tags/, sure. Again there is no consensus or significant issue.

Nevertheless, I also acknowledge that I tend to nit-picking too much. Thank you for your feedback.

Nitpicks are fine to make but their purpose should be information, not gatekeeping IMHO. You should explicitly mark them as such and not require them to be followed.

When I only have nitpicks or even some minor non-nickpick requests I usually even signal approval to make it clear that following these is optional.

@GaetanLepage
Copy link
Contributor

some of them are leaning towards consensual style

There is no such consensual style. That'd require an RFC as that'd be a broader community decision.

We have that for formatting now but not for which patterns to use in derivations.

Unless there is a very good technical reason (tag or finalAttrs do not reach this bar), you're free to choose any solution.

Of course you as a reviewer can make the author aware of the existence of such patterns but you shouldn't insist on them until explicit community consensus exists.

For instance, using tag is something that is currently being enforced treewide (#368177).

It's being migrated because it's seen as an obvious improvement over the refs/tags/ boilerplate case but no migration from rev is planned and nothing is being enforced. If someone really wanted to remain on refs/tags/, sure. Again there is no consensus or significant issue.

Nevertheless, I also acknowledge that I tend to nit-picking too much. Thank you for your feedback.

Nitpicks are fine to make but their purpose should be information, not gatekeeping IMHO. You should explicitly mark them as such and not require them to be followed.

When I only have nitpicks or even some minor non-nickpick requests I usually even signal approval to make it clear that following these is optional.

Understood, thanks for sharing your point of view.

@liberodark liberodark force-pushed the orca-fix branch 3 times, most recently from f2f275b to 9f295ed Compare January 3, 2025 23:20
@nix-owners nix-owners bot requested review from ovlach, pinpox and zhaofengli January 3, 2025 23:26
@manuelbb-upb
Copy link

I changed my flake input to most recent commit,
inputs.nixpkgs.url = "github:NixOS/nixpkgs/a6fcd60c8abca2b35abac3c4f4c36e2350d5d693";
and get a build failure because of hash mismatch:

error: hash mismatch in fixed-output derivation '/nix/store/dsnvjrp345jwy8d8yfb78s4wrbczyx14-source.drv':
         specified: sha256-2JHGNVKLJ5aJlcS0KCdegrTmj80utT5sfKO6XlG9blg=
            got:    sha256-h+cHWhrp894KEbb3ic2N4fNTn13WlOSYoMsaof0RvRI=

@jerith666
Copy link
Contributor

This is the last gcc 14 issue for me on recent nixos-unstable (6df2492), so I tried cherry-picking a6fcd60 and fixing the hash. The build failed with undefined reference errors from ld:

ld errors
[100%] Linking CXX executable orca-slicer
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: warning: libtbb.so.2, needed by /nix/store/yh9dva4nxd6aqazbv2yrx2mb6zbq00ba-openvdb-12.0.0/lib/libopenvdb.so, may conflict with libtbb.so.12
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `Slic3r::MeshBoolean::mcut::do_boolean_single(Slic3r::MeshBoolean::mcut::McutMesh&, Slic3r::MeshBoolean::mcut::McutMesh const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/build/source/src/libslic3r/MeshBoolean.cpp:668:(.text+0x24d1c): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/src/libslic3r/MeshBoolean.cpp:668:(.text+0x24e36): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::record_pump(boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>&, boost::log::v2s_mt_posix::record&)':
/build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:508:(.text+0x24e45): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::allocate_compound(boost::log::v2s_mt_posix::record&)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `Slic3r::MeshBoolean::mcut::do_boolean_single(Slic3r::MeshBoolean::mcut::McutMesh&, Slic3r::MeshBoolean::mcut::McutMesh const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/build/source/src/libslic3r/MeshBoolean.cpp:681:(.text+0x24f17): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/src/libslic3r/MeshBoolean.cpp:681:(.text+0x25119): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::record_pump(boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>&, boost::log::v2s_mt_posix::record&)':
/build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:508:(.text+0x25128): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::allocate_compound(boost::log::v2s_mt_posix::record&)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `Slic3r::MeshBoolean::mcut::mcDebugOutput(McDebugSource, McDebugType, unsigned int, McDebugSeverity, unsigned long, char const*, void const*)':
/build/source/src/libslic3r/MeshBoolean.cpp:583:(.text+0x2bca3): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/src/libslic3r/MeshBoolean.cpp:583:(.text+0x2bd11): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::record_pump(boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>&, boost::log::v2s_mt_posix::record&)':
/build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:508:(.text+0x2bd28): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::allocate_compound(boost::log::v2s_mt_posix::record&)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::core::push_record(boost::log::v2s_mt_posix::record&&)':
/build/source/build/src/libslic3r/include/boost/log/core/core.hpp:308:(.text+0x2c7c4): undefined reference to `boost::log::v2s_mt_posix::core::push_record_move(boost::log::v2s_mt_posix::record&)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::auto_release::~auto_release()':
/build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:493:(.text+0x2c7ce): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::release_compound(boost::log::v2s_mt_posix::aux::stream_provider<char>::stream_compound*)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `Slic3r::MeshBoolean::mcut::mcDebugOutput(McDebugSource, McDebugType, unsigned int, McDebugSeverity, unsigned long, char const*, void const*)':
/build/source/src/libslic3r/MeshBoolean.cpp:590:(.text+0x2c7f8): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/src/libslic3r/MeshBoolean.cpp:590:(.text+0x2c8e4): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::record_pump(boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>&, boost::log::v2s_mt_posix::record&)':
/build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:508:(.text+0x2c8f4): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::allocate_compound(boost::log::v2s_mt_posix::record&)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `Slic3r::MeshBoolean::mcut::mcDebugOutput(McDebugSource, McDebugType, unsigned int, McDebugSeverity, unsigned long, char const*, void const*)':
/build/source/src/libslic3r/MeshBoolean.cpp:596:(.text+0x2c97d): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/src/libslic3r/MeshBoolean.cpp:596:(.text+0x2c9c8): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::record_pump(boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>&, boost::log::v2s_mt_posix::record&)':
/build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:508:(.text+0x2c9d8): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::allocate_compound(boost::log::v2s_mt_posix::record&)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `Slic3r::MeshBoolean::mcut::mcDebugOutput(McDebugSource, McDebugType, unsigned int, McDebugSeverity, unsigned long, char const*, void const*)':
/build/source/src/libslic3r/MeshBoolean.cpp:611:(.text+0x2caf9): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/src/libslic3r/MeshBoolean.cpp:611:(.text+0x2cb34): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::record_pump(boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>&, boost::log::v2s_mt_posix::record&)':
/build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:508:(.text+0x2cb46): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::allocate_compound(boost::log::v2s_mt_posix::record&)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `Slic3r::MeshBoolean::mcut::mcDebugOutput(McDebugSource, McDebugType, unsigned int, McDebugSeverity, unsigned long, char const*, void const*)':
/build/source/src/libslic3r/MeshBoolean.cpp:608:(.text+0x2cd31): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/src/libslic3r/MeshBoolean.cpp:608:(.text+0x2cd6c): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::record_pump(boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>&, boost::log::v2s_mt_posix::record&)':
/build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:508:(.text+0x2cd7e): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::allocate_compound(boost::log::v2s_mt_posix::record&)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `Slic3r::MeshBoolean::mcut::mcDebugOutput(McDebugSource, McDebugType, unsigned int, McDebugSeverity, unsigned long, char const*, void const*)':
/build/source/src/libslic3r/MeshBoolean.cpp:587:(.text+0x2cdee): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/src/libslic3r/MeshBoolean.cpp:587:(.text+0x2cede): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::record_pump(boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>&, boost::log::v2s_mt_posix::record&)':
/build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:508:(.text+0x2ceee): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::allocate_compound(boost::log::v2s_mt_posix::record&)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `Slic3r::MeshBoolean::mcut::mcDebugOutput(McDebugSource, McDebugType, unsigned int, McDebugSeverity, unsigned long, char const*, void const*)':
/build/source/src/libslic3r/MeshBoolean.cpp:617:(.text+0x2cf7f): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/src/libslic3r/MeshBoolean.cpp:617:(.text+0x2cfba): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::record_pump(boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>&, boost::log::v2s_mt_posix::record&)':
/build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:508:(.text+0x2cfcc): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::allocate_compound(boost::log::v2s_mt_posix::record&)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `Slic3r::MeshBoolean::mcut::mcDebugOutput(McDebugSource, McDebugType, unsigned int, McDebugSeverity, unsigned long, char const*, void const*)':
/build/source/src/libslic3r/MeshBoolean.cpp:602:(.text+0x2d00e): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/src/libslic3r/MeshBoolean.cpp:602:(.text+0x2d059): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::record_pump(boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>&, boost::log::v2s_mt_posix::record&)':
/build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:508:(.text+0x2d069): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::allocate_compound(boost::log::v2s_mt_posix::record&)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `Slic3r::MeshBoolean::mcut::mcDebugOutput(McDebugSource, McDebugType, unsigned int, McDebugSeverity, unsigned long, char const*, void const*)':
/build/source/src/libslic3r/MeshBoolean.cpp:599:(.text+0x2d179): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/src/libslic3r/MeshBoolean.cpp:599:(.text+0x2d1c4): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::record_pump(boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>&, boost::log::v2s_mt_posix::record&)':
/build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:508:(.text+0x2d1d4): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::allocate_compound(boost::log::v2s_mt_posix::record&)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `Slic3r::MeshBoolean::mcut::mcDebugOutput(McDebugSource, McDebugType, unsigned int, McDebugSeverity, unsigned long, char const*, void const*)':
/build/source/src/libslic3r/MeshBoolean.cpp:614:(.text+0x2d406): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/src/libslic3r/MeshBoolean.cpp:614:(.text+0x2d441): undefined reference to `boost::log::v2s_mt_posix::trivial::logger::get()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::record_pump(boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>&, boost::log::v2s_mt_posix::record&)':
/build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:508:(.text+0x2d453): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::allocate_compound(boost::log::v2s_mt_posix::record&)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::record::reset()':
/build/source/build/src/libslic3r/include/boost/log/core/record.hpp:157:(.text.unlikely+0x2151): undefined reference to `boost::log::v2s_mt_posix::record_view::public_data::destroy(boost::log::v2s_mt_posix::record_view::public_data const*)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/build/src/libslic3r/include/boost/log/core/record.hpp:157:(.text.unlikely+0x3620): undefined reference to `boost::log::v2s_mt_posix::record_view::public_data::destroy(boost::log::v2s_mt_posix::record_view::public_data const*)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/build/src/libslic3r/include/boost/log/core/record.hpp:157:(.text.unlikely+0x3664): undefined reference to `boost::log::v2s_mt_posix::record_view::public_data::destroy(boost::log::v2s_mt_posix::record_view::public_data const*)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/build/src/libslic3r/include/boost/log/core/record.hpp:157:(.text.unlikely+0x36b5): undefined reference to `boost::log::v2s_mt_posix::record_view::public_data::destroy(boost::log::v2s_mt_posix::record_view::public_data const*)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::auto_release::~auto_release()':
/build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:493:(.text.unlikely+0x3713): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::release_compound(boost::log::v2s_mt_posix::aux::stream_provider<char>::stream_compound*)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::record::reset()':
/build/source/build/src/libslic3r/include/boost/log/core/record.hpp:157:(.text.unlikely+0x3725): undefined reference to `boost::log::v2s_mt_posix::record_view::public_data::destroy(boost::log::v2s_mt_posix::record_view::public_data const*)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/build/src/libslic3r/include/boost/log/core/record.hpp:157:(.text.unlikely+0x37ff): undefined reference to `boost::log::v2s_mt_posix::record_view::public_data::destroy(boost::log::v2s_mt_posix::record_view::public_data const*)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/build/src/libslic3r/include/boost/log/core/record.hpp:157:(.text.unlikely+0x39a6): undefined reference to `boost::log::v2s_mt_posix::record_view::public_data::destroy(boost::log::v2s_mt_posix::record_view::public_data const*)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/build/src/libslic3r/include/boost/log/core/record.hpp:157:(.text.unlikely+0x3ca1): undefined reference to `boost::log::v2s_mt_posix::record_view::public_data::destroy(boost::log::v2s_mt_posix::record_view::public_data const*)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/build/src/libslic3r/include/boost/log/core/record.hpp:157:(.text.unlikely+0x3ce2): undefined reference to `boost::log::v2s_mt_posix::record_view::public_data::destroy(boost::log::v2s_mt_posix::record_view::public_data const*)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o):/build/source/build/src/libslic3r/include/boost/log/core/record.hpp:157: more undefined references to `boost::log::v2s_mt_posix::record_view::public_data::destroy(boost::log::v2s_mt_posix::record_view::public_data const*)' follow
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::record boost::log::v2s_mt_posix::sources::basic_composite_logger<char, boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>, boost::log::v2s_mt_posix::sources::multi_thread_model<boost::log::v2s_mt_posix::aux::light_rw_mutex>, boost::log::v2s_mt_posix::sources::features<boost::log::v2s_mt_posix::sources::severity<boost::log::v2s_mt_posix::trivial::severity_level> > >::open_record<boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::severity, boost::log::v2s_mt_posix::trivial::severity_level const> > >(boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::severity, boost::log::v2s_mt_posix::trivial::severity_level const> > const&)':
/build/source/build/src/libslic3r/include/boost/log/sources/basic_logger.hpp:460:(.text._ZN5boost3log12v2s_mt_posix7sources22basic_composite_loggerIcNS2_18severity_logger_mtINS1_7trivial14severity_levelEEENS2_18multi_thread_modelINS1_3aux14light_rw_mutexEEENS2_8featuresIJNS2_8severityIS6_EEEEEE11open_recordINS_9parameter3aux25tagged_argument_list_of_1INSJ_15tagged_argumentINS1_8keywords3tag8severityEKS6_EEEEEENS1_6recordERKT_[_ZN5boost3log12v2s_mt_posix7sources22basic_composite_loggerIcNS2_18severity_logger_mtINS1_7trivial14severity_levelEEENS2_18multi_thread_modelINS1_3aux14light_rw_mutexEEENS2_8featuresIJNS2_8severityIS6_EEEEEE11open_recordINS_9parameter3aux25tagged_argument_list_of_1INSJ_15tagged_argumentINS1_8keywords3tag8severityEKS6_EEEEEENS1_6recordERKT_]+0x24): undefined reference to `boost::log::v2s_mt_posix::core::get_logging_enabled() const'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::sources::aux::severity_level<boost::log::v2s_mt_posix::trivial::severity_level>::set_value(boost::log::v2s_mt_posix::trivial::severity_level)':
/build/source/build/src/libslic3r/include/boost/log/sources/severity_feature.hpp:136:(.text._ZN5boost3log12v2s_mt_posix7sources22basic_composite_loggerIcNS2_18severity_logger_mtINS1_7trivial14severity_levelEEENS2_18multi_thread_modelINS1_3aux14light_rw_mutexEEENS2_8featuresIJNS2_8severityIS6_EEEEEE11open_recordINS_9parameter3aux25tagged_argument_list_of_1INSJ_15tagged_argumentINS1_8keywords3tag8severityEKS6_EEEEEENS1_6recordERKT_[_ZN5boost3log12v2s_mt_posix7sources22basic_composite_loggerIcNS2_18severity_logger_mtINS1_7trivial14severity_levelEEENS2_18multi_thread_modelINS1_3aux14light_rw_mutexEEENS2_8featuresIJNS2_8severityIS6_EEEEEE11open_recordINS_9parameter3aux25tagged_argument_list_of_1INSJ_15tagged_argumentINS1_8keywords3tag8severityEKS6_EEEEEENS1_6recordERKT_]+0x6f): undefined reference to `boost::log::v2s_mt_posix::sources::aux::get_severity_level()'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::record boost::log::v2s_mt_posix::sources::basic_logger<char, boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level>, boost::log::v2s_mt_posix::sources::multi_thread_model<boost::log::v2s_mt_posix::aux::light_rw_mutex> >::open_record_unlocked<boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::severity, boost::log::v2s_mt_posix::trivial::severity_level const> > >(boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<boost::log::v2s_mt_posix::keywords::tag::severity, boost::log::v2s_mt_posix::trivial::severity_level const> > const&)':
/build/source/build/src/libslic3r/include/boost/log/sources/basic_logger.hpp:260:(.text._ZN5boost3log12v2s_mt_posix7sources22basic_composite_loggerIcNS2_18severity_logger_mtINS1_7trivial14severity_levelEEENS2_18multi_thread_modelINS1_3aux14light_rw_mutexEEENS2_8featuresIJNS2_8severityIS6_EEEEEE11open_recordINS_9parameter3aux25tagged_argument_list_of_1INSJ_15tagged_argumentINS1_8keywords3tag8severityEKS6_EEEEEENS1_6recordERKT_[_ZN5boost3log12v2s_mt_posix7sources22basic_composite_loggerIcNS2_18severity_logger_mtINS1_7trivial14severity_levelEEENS2_18multi_thread_modelINS1_3aux14light_rw_mutexEEENS2_8featuresIJNS2_8severityIS6_EEEEEE11open_recordINS_9parameter3aux25tagged_argument_list_of_1INSJ_15tagged_argumentINS1_8keywords3tag8severityEKS6_EEEEEENS1_6recordERKT_]+0x81): undefined reference to `boost::log::v2s_mt_posix::core::open_record(boost::log::v2s_mt_posix::attribute_set const&)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::core::push_record(boost::log::v2s_mt_posix::record&&)':
/build/source/build/src/libslic3r/include/boost/log/core/core.hpp:308:(.text._ZN5boost3log12v2s_mt_posix3aux11record_pumpINS1_7sources18severity_logger_mtINS1_7trivial14severity_levelEEEED2Ev[_ZN5boost3log12v2s_mt_posix3aux11record_pumpINS1_7sources18severity_logger_mtINS1_7trivial14severity_levelEEEED5Ev]+0x33): undefined reference to `boost::log::v2s_mt_posix::core::push_record_move(boost::log::v2s_mt_posix::record&)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: libslic3r/liblibslic3r_cgal.a(MeshBoolean.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump<boost::log::v2s_mt_posix::sources::severity_logger_mt<boost::log::v2s_mt_posix::trivial::severity_level> >::auto_release::~auto_release()':
/build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:493:(.text._ZN5boost3log12v2s_mt_posix3aux11record_pumpINS1_7sources18severity_logger_mtINS1_7trivial14severity_levelEEEED2Ev[_ZN5boost3log12v2s_mt_posix3aux11record_pumpINS1_7sources18severity_logger_mtINS1_7trivial14severity_levelEEEED5Ev]+0x5a): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::release_compound(boost::log::v2s_mt_posix::aux::stream_provider<char>::stream_compound*)'
/nix/store/j7p46r8v9gcpbxx89pbqlh61zhd33gzv-binutils-2.43.1/bin/ld: /build/source/build/src/libslic3r/include/boost/log/sources/record_ostream.hpp:493:(.text._ZN5boost3log12v2s_mt_posix3aux11record_pumpINS1_7sources18severity_logger_mtINS1_7trivial14severity_levelEEEED2Ev[_ZN5boost3log12v2s_mt_posix3aux11record_pumpINS1_7sources18severity_logger_mtINS1_7trivial14severity_levelEEEED5Ev]+0x3f): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider<char>::release_compound(boost::log::v2s_mt_posix::aux::stream_provider<char>::stream_compound*)'
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/OrcaSlicer.dir/build.make:188: src/orca-slicer] Error 1
make[1]: *** [CMakeFiles/Makefile2:579: src/CMakeFiles/OrcaSlicer.dir/all] Error 2
make: *** [Makefile:166: all] Error 2

@mabl
Copy link

mabl commented Jan 6, 2025

I rebased this on current master and it works well for me. Thank you!

@liberodark liberodark force-pushed the orca-fix branch 2 times, most recently from 5390aeb to 4cd1718 Compare January 6, 2025 09:02
@liberodark
Copy link
Contributor Author

Rebase was done & Hash Fixed to 2.2.0.
because it is a draft I had left the hash of a more recent version.

@GaetanLepage
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 369729


x86_64-linux

❌ 2 packages failed to build:
  • orca-slicer
  • orca-slicer.debug

aarch64-linux

❌ 2 packages failed to build:
  • orca-slicer
  • orca-slicer.debug

@GaetanLepage
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 369729


x86_64-linux

✅ 2 packages built:
  • orca-slicer
  • orca-slicer.debug

@GaetanLepage
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 369729


x86_64-linux

✅ 2 packages built:
  • orca-slicer
  • orca-slicer.debug

aarch64-linux

❌ 2 packages failed to build:
  • orca-slicer
  • orca-slicer.debug

1 similar comment
@GaetanLepage
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 369729


x86_64-linux

✅ 2 packages built:
  • orca-slicer
  • orca-slicer.debug

aarch64-linux

❌ 2 packages failed to build:
  • orca-slicer
  • orca-slicer.debug

@GaetanLepage
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 369729


x86_64-linux

✅ 2 packages built:
  • orca-slicer
  • orca-slicer.debug

aarch64-linux

✅ 2 packages built:
  • orca-slicer
  • orca-slicer.debug

@GaetanLepage GaetanLepage requested a review from Atemu January 7, 2025 07:04
@liberodark
Copy link
Contributor Author

liberodark commented Jan 7, 2025

What the status :

  • build work great
  • gcc14 issue fixed
  • boost issue fixed
  • but in 24.11 when you running the software is crashing after 5-10sec (have remove my profile to test but is same)
    So i think if anyone can build this app in 25.05 to see if is running without issue ?
    I think this is only issue on 24.11.
    if all is ok this PR just would be not backport to 24.11

Best Regards

@mabl
Copy link

mabl commented Jan 7, 2025

What the status :
* but in 24.11 when you running the software is crashing after 5-10sec (have remove my profile to test but is same)
So i think if anyone can build this app in 25.05 to see if is running without issue ?

I just pulled the latest version of this MR and it works for me on 25.05 master. However, due to it being a Nvidia GPU on wayland I have to run it as __GLX_VENDOR_LIBRARY_NAME=mesa __EGL_VENDOR_LIBRARY_FILENAMES=/run/opengl-driver/share/glvnd/egl_vendor.d/50_mesa.json orca-slicer or I don't see a 3D preview. That is a know issue, though.

@liberodark liberodark marked this pull request as ready for review January 7, 2025 09:48
@Atemu
Copy link
Member

Atemu commented Jan 7, 2025

but in 24.11 when you running the software is crashing after 5-10sec (have remove my profile to test but is same)

Which exact version do you mean? The one built from this branch is unlikely to work on 24.05 to begin with due to the driver version mismatch.

You'd need to backport this patch to 24.11 and build orca-slicer with the versions of dependencies of that branch and run it in a 24.11 installation to have a chance to actually run this.

Just to confirm, does the version currently on 24.11 work when ran inside a 24.11 installation?

@wegank wegank added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 12.approvals: 1 This PR was reviewed and approved by one reputable person
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build failure: orca-slicer
8 participants